home *** CD-ROM | disk | FTP | other *** search
- global ds, goUp, gList, giNum, gtNum, gtColor, pickTemplate
-
- on prepareMovie
- (the stage).title = "Welcome to OXYGEN Volume 15"
- the searchPaths = [the moviePath, the moviePath & "INIT"]
- SC = "Steve Creitz"
- db = "Darrin Brooks"
- JN = "Jonathan Natiuk"
- AR = "Aisha Ricketts"
- GL = "Gene Lambert"
- PH = "Palmer Halvorson"
- IP = "Ioa Petra'ka"
- JM = "John Manual"
- gList = ["t1": "Ionic", "t1c1": "-Brown", "t1c2": "-Blue", "t1c3": "-Purple", "t2": "Master", "t2c1": "-Aqua", "t2c2": "-CopperGold", "t2c3": "-Red", "t3": "Viento", "t3c1": "-Multi", "t3c2": "-Aqua", "t3c3": "-Brown", "i1": "BeltOfTruth", "i2": "CoatOfColors", "i3": "Creation1", "i4": "Creation2", "i5": "Creation3b", "i6": "CrossDraped", "i7": "Endurance", "i8": "FirmFoundation", "i9": "FruitsOfSpirit", "i10": "HelpWanted", "i11": "JosephsDream", "i12": "Pierced", "i13": "PrayerSeed", "i14": "Rebellious2", "i15": "SaviorsTouch", "i16": "ServantSavior", "i17": "SolidGround", "i18": "Solitude", "i19": "TeamCaptain", "i20": "TheCyrenaean", "i21": "ThePit", "i22": "TheProphecy", "i23": "ViaDolorosa", "i24": "WolfSheep", "i25": "Worship", "ic1": "Illustration: " & SC, "ic2": "Illustration: " & db, "ic3": "Illustration: " & SC, "ic4": "Illustration: " & SC, "ic5": "Illustration: " & SC, "ic6": "Illustration: " & SC & numToChar(13) & "Photography: " & JN, "ic7": "Illustration: " & db & numToChar(13) & "Photography: " & JM, "ic8": "Illustration: " & SC, "ic9": "Illustration: " & SC, "ic10": "Illustration: " & db, "ic11": "Illustration: " & db, "ic12": "Illustration: " & SC & numToChar(13) & "Photography: " & JN, "ic13": "Illustration: " & db, "ic14": "Illustration: " & db, "ic15": "Illustration: " & AR, "ic16": "Illustration: " & SC & numToChar(13) & "Photography: " & JM, "ic17": "Illustration: " & SC, "ic18": "Photography: " & JN, "ic19": "Illustration: " & db & numToChar(13) & "Photography: " & JM, "ic20": "Illustration: " & SC & numToChar(13) & "Photography: " & JM, "ic21": "Illustration: " & db, "ic22": "Illustration: " & SC, "ic23": "Illustration: " & SC & numToChar(13) & "Photography: " & JM, "ic24": "Illustration: " & SC, "ic25": "Illustration: " & SC & numToChar(13) & "Photography: " & JM, "tc1": "Template Design: " & SC, "tc2": "Template Design: Oxygen Team", "tc3": "Template Design: " & db]
- if the platform contains "Mac" then
- ds = ":"
- goUp = ":"
- else
- ds = "\"
- goUp = "..\"
- end if
- end
-
- on startMovie
- if QuickTimeVersion() < 4 then
- sprite(2).visible = 0
- else
- sprite(2).visible = 1
- end if
- end
-